home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / opttree.zip / OWL.ZIP / OTTSTAPP.RH < prev    next >
Text File  |  1995-01-03  |  5KB  |  192 lines

  1. //#if !defined(__ottstapp_rh)                // Sentry use file only if it's not already included.
  2. //#define __ottstapp_rh
  3.  
  4. /*  Main ottest
  5.     Freeman-Teresa Software
  6.     Copyright ⌐ 1994. All Rights Reserved.
  7.  
  8.     SUBSYSTEM:    ottest.exe Application
  9.     FILE:         ottstapp.h
  10.     AUTHOR:       Kent Tong
  11.  
  12.  
  13.     OVERVIEW
  14.     ========
  15.     Constant definitions for all resources defined in ottstapp.rc.      
  16. */
  17.  
  18.  
  19. //
  20. // IDHELP BorButton for BWCC dialogs.
  21. //
  22. #define IDHELP                  998             // Id of help button
  23.  
  24.  
  25. //
  26. // Application specific definitions:
  27. //
  28. #define DIALOG_1    1
  29. #define IDI_SDIAPPLICATION      1001            // Application icon
  30.  
  31. #define SDI_MENU                100             // Menu resource ID and Accelerator IDs
  32. #define CM_TEST8    124
  33. #define CM_TEST7    118
  34. #define CM_TEST6    113
  35. #define CM_TEST5    107
  36. #define CM_TEST44    123
  37. #define CM_TEST43    122
  38. #define CM_TEST42    121
  39. #define CM_TEST41    120
  40. #define CM_TEST34    117
  41. #define CM_TEST33    116
  42. #define CM_TEST32    115
  43. #define CM_TEST31    114
  44. #define CM_TEST24    112
  45. #define CM_TEST23    110
  46. #define CM_TEST22    109
  47. #define CM_TEST21    108
  48. #define CM_TEST14    104
  49. #define CM_TEST13    111
  50. #define CM_TEST12    106
  51. #define CM_TEST11    105
  52. #define CM_TEST4    1
  53. #define CM_TEST3    103
  54. #define CM_TEST2    102
  55. #define CM_TEST1    101
  56.  
  57. //
  58. // CM_FILEnnnn commands (include\owl\editfile.rh except for CM_FILEPRINTPREVIEW)
  59. //
  60. #define CM_FILENEW              24331           // SDI New
  61. #define CM_FILEOPEN             24332           // SDI Open
  62. #define CM_FILECLOSE            24339
  63. #define CM_FILESAVE             24333
  64. #define CM_FILESAVEAS           24334
  65.  
  66.  
  67. //
  68. // Window commands (include\owl\windows.rh)
  69. //
  70. #define CM_EXIT                 24310
  71.  
  72.  
  73. //
  74. // CM_EDITnnnn commands (include\owl\edit.rh)
  75. //
  76. #define CM_EDITUNDO             24321
  77. #define CM_EDITCUT              24322
  78. #define CM_EDITCOPY             24323
  79. #define CM_EDITPASTE            24324
  80. #define CM_EDITDELETE           24325
  81. #define CM_EDITCLEAR            24326
  82.  
  83.  
  84. //
  85. // Search menu commands (include\owl\editsear.rh)
  86. //
  87. #define CM_EDITFIND             24351
  88. #define CM_EDITREPLACE          24352
  89. #define CM_EDITFINDNEXT         24353
  90.  
  91.  
  92. //
  93. // Help menu commands.
  94. //
  95. #define CM_HELPABOUT            24389
  96.  
  97.  
  98. //
  99. // About Dialogs
  100. //
  101. #define IDD_ABOUT            22000
  102. #define IDC_VERSION             22001
  103. #define IDC_COPYRIGHT    22002
  104. #define IDC_DEBUG    22003
  105.  
  106. //
  107. // OWL defined strings
  108. //
  109.  
  110. // Statusbar
  111. #define IDS_MODES               32530
  112.  
  113. // EditFile
  114. #define IDS_UNTITLED            32550
  115. #define IDS_UNABLEREAD          32551
  116. #define IDS_UNABLEWRITE         32552
  117. #define IDS_FILECHANGED         32553
  118. #define IDS_FILEFILTER          32554
  119.                                 
  120. // EditSearch                   
  121. #define IDS_CANNOTFIND          32540
  122.  
  123.  
  124. //
  125. // General & application exception messages (include\owl\except.rh)
  126. //
  127. #define IDS_UNKNOWNEXCEPTION    32767
  128. #define IDS_OWLEXCEPTION        32766
  129. #define IDS_OKTORESUME          32765
  130. #define IDS_UNHANDLEDXMSG       32764
  131. #define IDS_UNKNOWNERROR        32763
  132. #define IDS_NOAPP               32762
  133. #define IDS_OUTOFMEMORY         32761
  134. #define IDS_INVALIDMODULE       32760
  135. #define IDS_INVALIDMAINWINDOW   32759
  136.  
  137. //
  138. // Owl 1 compatibility messages
  139. //
  140. #define IDS_INVALIDWINDOW       32756
  141. #define IDS_INVALIDCHILDWINDOW  32755
  142. #define IDS_INVALIDCLIENTWINDOW 32754
  143.  
  144. //
  145. // TXWindow messages
  146. //
  147. #define IDS_CLASSREGISTERFAIL   32749
  148. #define IDS_CHILDREGISTERFAIL   32748
  149. #define IDS_WINDOWCREATEFAIL    32747
  150. #define IDS_WINDOWEXECUTEFAIL   32746
  151. #define IDS_CHILDCREATEFAIL     32745
  152.  
  153. #define IDS_MENUFAILURE         32744
  154. #define IDS_VALIDATORSYNTAX     32743
  155. #define IDS_PRINTERERROR        32742
  156.  
  157. #define IDS_LAYOUTINCOMPLETE    32741
  158. #define IDS_LAYOUTBADRELWIN     32740
  159.  
  160. //
  161. // TXGdi messages
  162. //
  163. #define IDS_GDIFAILURE          32739
  164. #define IDS_GDIALLOCFAIL        32738
  165. #define IDS_GDICREATEFAIL       32737
  166. #define IDS_GDIRESLOADFAIL      32736
  167. #define IDS_GDIFILEREADFAIL     32735
  168. #define IDS_GDIDELETEFAIL       32734
  169. #define IDS_GDIDESTROYFAIL      32733
  170. #define IDS_INVALIDDIBHANDLE    32732
  171.  
  172.  
  173. // TInputDialog DIALOG resource (include\owl\inputdia.rh)
  174. #define IDD_INPUTDIALOG         32514
  175. #define ID_PROMPT               4091
  176. #define ID_INPUT                4090
  177.  
  178.  
  179. // TSlider bitmaps (horizontal and vertical) (include\owl\slider.rh)
  180. #define IDB_HSLIDERTHUMB        32000
  181. #define IDB_VSLIDERTHUMB        32001
  182.  
  183.  
  184. // Validation messages (include\owl\validate.rh)
  185. #define IDS_VALPXPCONFORM       32520
  186. #define IDS_VALINVALIDCHAR      32521
  187. #define IDS_VALNOTINRANGE       32522
  188. #define IDS_VALNOTINLIST        32523
  189.  
  190.  
  191. //#endif         // __ottstapp_rh sentry.
  192.